; * .dir-locals.el (java-mode): Transfer suitable c-mode options.
authorPo Lu <luangruo@yahoo.com>
Sat, 24 Feb 2024 02:01:03 +0000 (10:01 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 24 Feb 2024 02:01:03 +0000 (10:01 +0800)
.dir-locals.el

index 89fb76a55f3cd53a2e136eb2b98405908be31599..1a6acecc206c1587b34e8eb4574b1b23d94e7b18 100644 (file)
             (electric-quote-string . nil)
             (indent-tabs-mode . t)
            (mode . bug-reference-prog)))
+ (java-mode . ((c-file-style . "GNU")
+               (electric-quote-comment . nil)
+               (electric-quote-string . nil)
+               (indent-tabs-mode . t)
+              (mode . bug-reference-prog)))
  (objc-mode . ((c-file-style . "GNU")
                (electric-quote-comment . nil)
                (electric-quote-string . nil)